home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-15 | 545 b | 26 lines |
- #
- # This is the make file for the triv_lib library, DJGCC on the IBMPC.
- #
- # Gershon Elber, Aug 1990
- #
-
- !include "..\makeflag.djg"
-
- OBJS = geomat4d.o mrchcube.o trinterp.o \
- triv_aux.o triv_dbg.o triv_der.o triv_err.o \
- triv_ftl.o triv_gen.o \
- triv_ref.o triv_sub.o trivcmpt.o trivcoer.o \
- triveval.o trivmesh.o trivrais.o trivstrv.o
-
-
- libtriv.a: $(OBJS)
- ar rc libtriv.a @&&!
- $(OBJS)
- !
-
- install: libtriv.a
- copy libtriv.a $(LIB_DIR_DOS)
- ar s $(LIB_DIR_DOS)\libtriv.a
-
- # Dependencies starts here - do not touch, generated automatically.
-